| components.ClassificationView
ClassificationView | public class ClassificationView extends View implements Target,DragDestination(Code) | | Open Issues
- Sizing of popups is arbitrary in the way that the
image is taken into account.
Can't see how the image is handled, so just doubling
the width to make up for positioning.
|
Constructor Summary | |
public | ClassificationView(int x, int y, int width, int height, Schema schema, Taxonomy taxonomy, String CGILocation, String CGITarget, String CGIRead, String CGIWrite) Construct instance of ClassificationView. | public | ClassificationView(int x, int y, int width, int height, Schema schema, Taxonomy taxonomy, String ruleset) Construct instance of ClassificationView. |
notifyOfChange | public Target notifyOfChange(Code) | | |
ClassificationView | public ClassificationView(int x, int y, int width, int height, Schema schema, Taxonomy taxonomy, String CGILocation, String CGITarget, String CGIRead, String CGIWrite)(Code) | | Construct instance of ClassificationView.
Parameters: x - x Parameters: y - y Parameters: w - width Parameters: h - height Parameters: schema - schema Parameters: taxonomy - taxonomy Parameters: CGILocation - cgi location Parameters: CGITarget - cgi target Parameters: CGIRead - cgi read argument Parameters: CGIWrite - cgi write argument |
ClassificationView | public ClassificationView(int x, int y, int width, int height, Schema schema, Taxonomy taxonomy, String ruleset)(Code) | | Construct instance of ClassificationView.
Parameters: x - x Parameters: y - y Parameters: w - width Parameters: h - height Parameters: schema - schema Parameters: taxonomy - taxonomy Parameters: ruleset - rule set |
acceptsDrag | public DragDestination acceptsDrag(DragSession ds, int x, int y)(Code) | | |
clickCommand | public void clickCommand()(Code) | | |
deleteButtonPress | public void deleteButtonPress()(Code) | | |
didSizeBy | public void didSizeBy(int width, int height)(Code) | | This is overridden in an attempt to deal with
a drawing problem which shows up only on the ultras.
If this component is in an InternalWindow and the window
is resized (and only after resizing) in a way that allows
scrolling to be valid, scrolling can cause big chunks of
the ListView area to be painted black.
For some reason, setting the ListView to dirty (not drawing
it, not messing with any of the other relevant components)
makes the situation "better" - the black only appears if
the scrolling is pretty rapid.
In an ideal world, this method is doomed and will be
reviewed in the future for need.
|
dragDropped | public boolean dragDropped(DragSession ds)(Code) | | |
dragEntered | public boolean dragEntered(DragSession ds)(Code) | | |
dragExited | public void dragExited(DragSession ds)(Code) | | |
dragMoved | public boolean dragMoved(DragSession ds)(Code) | | |
hideEditButtons | public void hideEditButtons()(Code) | | |
newButtonPress | public void newButtonPress()(Code) | | |
schemaComboVis | public void schemaComboVis()(Code) | | |
synchRule | public void synchRule()(Code) | | |
updateTaxonomyComboBox | public void updateTaxonomyComboBox(Taxonomy taxonomy)(Code) | | |
|
|