|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swing.dock.core.ViewEvent
Docking framework.
| Field Summary | |
static int |
ENTRY_ACTIVATED
Event type. |
static int |
ENTRY_ADDED
Event type. |
static int |
ENTRY_REACTIVATED
Event type. |
static int |
ENTRY_REMOVED
Event type. |
static int |
SPLIT_OCCURED
Event type. |
static int |
TABPANE_MAXIMIZED
Event type. |
static int |
TABPANE_MINIMIZED
Event type. |
| Constructor Summary | |
ViewEvent(View view,
int type,
TabEntry entry,
TabPane tabpane)
Constructs a new ViewEvent. |
|
| Method Summary | |
TabEntry |
getEntry()
Returns the entry. |
int |
getEventType()
Returns the event-type. |
TabPane |
getTabPane()
Returns the tabpane. |
View |
getView()
Returns the view. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int ENTRY_ADDED
public static final int ENTRY_REMOVED
public static final int ENTRY_ACTIVATED
public static final int ENTRY_REACTIVATED
public static final int TABPANE_MAXIMIZED
public static final int TABPANE_MINIMIZED
public static final int SPLIT_OCCURED
| Constructor Detail |
public ViewEvent(View view,
int type,
TabEntry entry,
TabPane tabpane)
ViewEvent.
view - the source View.type - the event type.entry - the subject TabEntry.tabpane - the subject TabPane.| Method Detail |
public final View getView()
public final int getEventType()
public final TabEntry getEntry()
public final TabPane getTabPane()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||