Public Member Functions | |
DisplayableColumnExplorer (String[] userProperties, boolean withOkButtons) | |
DisplayableColumnExplorer (String[] userProperties) | |
String | getName () |
List | getEnabledColumns () |
void | okButtonActionPerformed (java.awt.event.ActionEvent actionEvent) |
void | cancelButtonActionPerformed (java.awt.event.ActionEvent actionEvent) |
void | applyButtonActionPerformed (java.awt.event.ActionEvent actionEvent) |
void | reset () |
void | updateColumns (String[] newUserProperties) |
Static Public Member Functions | |
void | main (String args[]) |
Private Member Functions | |
void | initComponents () |
void | postInitComponents () |
void | initNodeManager () |
Private Attributes | |
String[] | userProperties = null |
javax.swing.JPanel | actionButtonPanel |
javax.swing.JButton | disableButton |
javax.swing.JButton | downButton |
javax.swing.JPanel | eastPanel |
javax.swing.JButton | enableButton |
javax.swing.JButton | upButton |
javax.swing.JButton | okButton |
javax.swing.JButton | applyButton |
javax.swing.JButton | cancelButton |
javax.swing.JPanel | okCancelButtonPanel |
javax.swing.JPanel | southButtonPanel |
boolean | withOkCancelButtonPanel = true |
DisplayableColumnNodeManager | nodeManager = null |
Object | rootNode = null |
Static Private Attributes | |
final Logger | logger |
|
Creates new form DisplayableColumnExplorer
|
|
Creates DisplayableColumnExplorer with OK, apply, cancel buttons
|
|
|
|
|
|
This method returns enabled columns
|
|
from TopComponent |
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. |
|
Init mode manger, used for creation nodeManager, and when this explorer should be reset |
|
Method for test execution |
|
|
|
postInitComponents |
|
Reset this explorer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: logger |
|
node Manager |
|
|
|
|
|
root Node Reimplemented from cern::gp::explorer::GPListExplorerPanel.
|
|
|
|
|
|
user property names |
|
indicates wether this explorer should have okCancelButtonPanel |