|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeColumnsManipulatorUI
UI AttributeColumnsManipulators can provide.
Must provide a JPanel, a window name/title and indictate if it is modal.
The panel will be shown in a dialog with Ok/Cancel options only.
The ok button can be enabled/disabled with the DialogControls instance passed at setup
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
Returns name/title for the window |
javax.swing.JPanel |
getSettingsPanel()
Returns a settings panel instance for this AttributeColumnsManipulator. |
boolean |
isModal()
Indicates if the created dialog has to be modal |
void |
setup(AttributeColumnsManipulator m,
AttributeTable table,
AttributeColumn column,
DialogControls dialogControls)
Prepare this UI to be able to interact with its AttributeColumnsManipulator. |
void |
unSetup()
Called when the window is closed or accepted. |
Method Detail |
---|
void setup(AttributeColumnsManipulator m, AttributeTable table, AttributeColumn column, DialogControls dialogControls)
m
- Manipulator for the UItable
- Table of the column to manipulatecolumn
- Column to manipulatedialogControls
- Used to enable/disable the dialog controlsvoid unSetup()
java.lang.String getDisplayName()
javax.swing.JPanel getSettingsPanel()
boolean isModal()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |